home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / pcfrm621.zip / LEARN.VBL < prev    next >
Text File  |  1992-12-19  |  6KB  |  137 lines

  1. .QN ************** VARIABLE PROMPTS FOR LEARN *******************
  2. {FIRST_NAME}
  3. 1-Please enter your first name: 
  4. {TITLE}
  5. 2-Enter title to address you by (Mr., Miss, Ms., Col., Etc.): 
  6. {LAST_NAME}
  7. 3-Enter your last name: 
  8. {>CENTERED_HEADING}
  9. 4*-Enter heading such as, "SECTION ONE": 
  10. {!UNCENTERED_HEADING}
  11. 5*-Enter a centered or uncentered heading: 
  12. {MULTIPLE_LINES}
  13. 6-Enter and correct a multiple-line entry: 
  14. {NAME_AND_ADDRESS}
  15. 7-Enter ? then name and address under the headings: 
  16. {ADDRESSEE_NAME}
  17. 8-Enter an Addressee's Name: 
  18. {?ADDR1}
  19. 9*-Enter the First Address Line: 
  20. {?ADDR2}
  21. 10*-Enter the Second Address Line, or <RETURN>: 
  22. {CITY/STATE/ZIP}
  23. 11-Enter the City, State and Zip Code: 
  24. {PROPERTY_&_VALUE1}
  25. 12-First Property Category, <TAB> and Probable Value: 
  26. {PROPERTY_&_VALUE2}
  27. 13-Second Property Category, <TAB> and Probable Value: 
  28. {PROPERTY_&_VALUE3}
  29. 14-Third Property Category, <TAB> and Probable Value: 
  30. {TLV}
  31. 15-Enter a <TAB>, $ and Total Property Value:
  32. .HP ***************** VARIABLE HELP FOR LEARN ********************
  33. {!UNCENTERED_HEADING}
  34. This heading will not be centered on the page unless you enter a ">" symbol
  35. before your response to instruct the program to do so.  Try it both ways and
  36. see the difference.
  37. {>CENTERED_HEADING}
  38. This entry is to demonstrate how the program can be instructed to enter a 
  39. ">" symbol so that your response to a prompt will be centered on the page.
  40. Enter the kind of heading which you would want to be centered on the page, 
  41. such as ARTICLE I or SECTION ONE, etc.
  42. {?ADDR1}
  43. This line will usually be the street address in a 3-line address.  In a 4-line 
  44. address it will usually be used for the Suite No. or similar information.
  45. {?ADDR2}
  46. This line will not be used in a three-line address.  You should enter <ESCAPE>
  47. twice to skip it.  In a 4-line address this line will usually contain the 
  48. Street or P. O. Box address.
  49. {ADDRESSEE_NAME}
  50. Enter the name of the Addressee for the multiple-line address on this line.
  51. {CITY/STATE/ZIP}
  52. Enter the City and State separated by a comma and then the ZIP code.
  53. {FIRST_NAME}
  54. This entry is for your first name as you want it to appear in future lessons
  55. as we proceed through them.  It is recommended that you enter it in lower case
  56. letters with the first letter capitalized such as:  Bill, or  Susan, etc.
  57. {LAST_NAME}
  58. Enter your last name as you want it to appear in the text with which it will 
  59. be merged as we proceed through these lessons.  We recommend that it be enter-
  60. ed in lower case letters but with the first letter capitalized thus:  Smith
  61. {MULTIPLE_LINES}
  62. When the program wraps you to the second line of your response enter CONTROL-R
  63. and start your entry again to demonstrate how you can correct a multiple-line 
  64. entry after the program has moved the cursor to a line beyond your error.
  65. {NAME_AND_ADDRESS}
  66. This help provides a duplicate of the headings in the selected text under 
  67. which you may enter a name and address.  Enter one under the headings.
  68.      NAME        STREET ADDRESS     CITY         STATE     ZIP
  69. {PROPERTY_&_VALUE1}
  70. Enter a general property category such as "Household Furnishings", "Auto-
  71. mobiles" etc. followed by a <TAB> and the estimated value of that property.
  72. The values will be aligned on the decimal point.
  73. {TITLE}
  74. Please enter the title by which you prefer to be addressed (Mr., Miss, Ms.,
  75. Mrs., Dr., Colonel, General, etc.).
  76. {TLV}
  77. This entry is for the total value of the property which you have listed 
  78. above.  Enter a <TAB> and then a dollar sign followed by the total of the 
  79. values shown above.
  80. {~COPYRIGHT}
  81. Copyright 1990-92 William W. Blackledge
  82. {~LIB_#}
  83. 01023079082
  84. .IX *************** TEXT SELECTION INDEX FOR LEARN*********************
  85.  
  86.                          - NUMERIC INDEX -
  87.  
  88.            INTRODUCTION TO DEMONSTRATION
  89. 01.01 - Introduction to The Learning Demonstration
  90.            HELP FOR VARIABLE RESPONSE
  91. 01.02 - Help (?) For Variable Response Input
  92.            REJECTING TEXT AND RESPONSES
  93. 01.03 - Rejection of The Revised Text After Variable Entry
  94.            CENTERED RESPONSES
  95. 01.04 - Centered Variable Responses For Headings (automatic)
  96. 01.05 - Centered Variable Responses For Headings (by Operator)
  97.            MULTIPLE-LINE ENTRY CORRECTIONS
  98. 01.06 - Correction of Multiple-line Variable Response
  99.            RESPONSES UNDER HEADINGS
  100. 01.07 - Variable Responses Entered Under Headings
  101.            SKIPPING A VARIABLE RESPONSE
  102. 01.08 - Skipping a Variable Response or Variable Response Line
  103.  
  104.            USING DECIMAL TABS
  105. 02.01 - Entering Digits at a Decimal Tab
  106.            THE PC-LIBRARY PROGRAM
  107. 02.02 - PC-Library Program Description And Explanation
  108.            CREATING TEXT LIBRARIES
  109. 02.03 - Creating Your Own Text Libraries
  110.            CONCLUSION
  111. 02.04 - Conclusion of Demonstration Program And Document
  112.  
  113.  
  114.                        - ALPHABETICAL INDEX -
  115.  
  116. Centered Variable Responses For Headings (automatic)      01.04
  117. Centered Variable Responses For Headings (by Operator)    01.05
  118. Conclusion of Demonstration Program And Document          02.04
  119. Correction of Multiple-line Variable Response             01.06
  120. Creating Your Own Text Libraries                          02.03
  121.  
  122. Entering Digits at a Decimal Tab                          02.01
  123.  
  124. Help (?) For Variable Response Input                      01.02
  125.  
  126. Introduction to The Learning Demonstration                01.01
  127.  
  128. PC-Library Program Description And Explanation            02.02
  129.  
  130. Rejection of The Revised Text After Variable Entry        01.03
  131.  
  132. Skipping a Variable Response or Variable Response Line    01.08
  133.  
  134. Variable Responses Entered Under Headings                 01.07
  135.  
  136. ================ End of Text Selection Indexes ==================
  137.